home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000029_news@newsmaster….columbia.edu _Tue Dec 30 19:10:09 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA24915
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 30 Dec 1997 19:10:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA27469
  7.     for kermit.misc@watsun; Tue, 30 Dec 1997 19:10:07 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.rediris.es!news-ge.switch.ch!news-fra1.dfn.de!news-was.dfn.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.idt.net!enews.sgi.com!news.sgi.com!wrdiss1.robins.af.mil!wpdiss1.wpafb.af.mil!oodiss1.hill.af.mil!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: problem found after using a 3COM 100MbTX hubs
  12. Message-ID: <5IpcWktbTV$U@cc.usu.edu>
  13. Date: 30 Dec 97 10:04:47 MDT
  14. References: <01bd14c7$77882360$04000050@mis-1>
  15. Organization: Utah State University
  16. Lines: 33
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8194
  18.  
  19. In article <01bd14c7$77882360$04000050@mis-1>, "hh" <hhop@hkstar.com> writes:
  20. > We using kermit to connect our unix host for a lot of years.  We found that
  21. > it is quite good for us by using kermit to be a terminal emulator.   We
  22. > have a HP817S unix host, a Novell server and a NT server, and using
  23. > ethernet to connect all the workstation and servers.   Each workstation are
  24. > using ODI driver to connect all the servers.   We have on problems on this
  25. > configuration.
  26. > We now want to change to a fast ethernet configuration which is the
  27. > combination of  3com 3C905TX network card and 3com OfficeConnect 3c16720
  28. > hubs.
  29. > After set up all the connection, we can access our novell server and the 
  30. > NT server.
  31. > However we can't connect to the unix host through kermit 3.4 .   A message
  32. > say that "can't arp the address xxx.xxx.xxx.xxx, host may be shutdown or
  33. > disconnected".
  34. > Then, we try to use Novell Lan Work Place to connect the host and found
  35. > that it works.   So, we sure that our tcp/ip setup is correct.    
  36.  
  37.     That leaves the client setup, doesn't it. And it leaves IP address
  38. conflicts across the net. Please ensure your NET.CFG material is ok first,
  39. a likely problem area. Then ensure ARP tables have not memorized the old
  40. Ethernet MAC address, and that any DHCP/Bootp table has the correct IP
  41. material for the client.
  42.  
  43. > Is there any problems in the new network card or hubs?
  44. > If yes, any pacth or driver can fix this?
  45. > If not, pls suggest method to fix this problem?
  46.  
  47.     Lan adapters and hubs et al are not our area of responsibility.
  48.     Joe D.  
  49. > Best Regards,